-
Follow the starter guide but found out that using a Chinese query get a truncated response. A English query can get a full response.
Here is my code:
```
from langchain.llms import OpenAI
fro…
-
Hey whenever I run `python eval.py --agent configs\agents\api_agents\text-davinci-002.yaml --task configs\tasks\lateralthinkingpuzzle\dev.yaml`, I am facing the below error. Can you help me out with t…
-
I have developed a chatbot using **Langchain's OpenAI LLM (text-davinci)** model and added my own contextual data using the **llama index (GPT index)** on top of GPT's existing data.
I'm facing an …
-
When I manually compile the build root no /dev/video0 is available and no files in /userdata/ is present. When using the images from google drive the camera does work. Do I need to enable something in…
-
Following the [guide](https://gpt-index.readthedocs.io/en/latest/how_to/customization/streaming.html) but still got the error below: (both 'gpt-3.5-turbo' and 'text-davinci-003' models)
`ValueError: …
-
It might be useful if you get the model to work to write down the model (e.g. 7B) and the hardware you got it to run on. Then people can get an idea of what will be the minimum specs. I'd also be inte…
-
Hello,
I get the last release available here: https://github.com/microsoft/WSL2-Linux-Kernel/releases/tag/linux-msft-wsl-5.15.153.1
unfortunately, when I build I have these errors:
```
mathi…
-
def MixSerchGPT(prompt, datadir):
cachejasonfile = datadir+ 'cache.json'
try:
max_input_size = 4096
# set number of output tokens
num_output = 1024
# …
-
Hi,
I'm having trouble importing the GPTSimpleVectorIndex class from the llama_index package. I've installed the package using pip, but I'm getting an ImportError when trying to import the class. Is …
-
I want to increase the output size of LLM. Right now my output is truncated. Please find below the code.
```
max_input_size = 4096
num_outputs = 200
max_chunk_overlap = 20
chunk…