-
## Server test code as follows:
```
llm_end_point_url = "http://172.16.21.155:8000/v1/"
model = ChatOpenAI(model="glm4v-9b",base_url=llm_end_point_url, api_key="api_key")
### embedding ###
embe…
-
I am unable to use clarification_quetions(query) function. I have been using this so that the user can give an input if anything needed.
But from today morning am getting this error
Traceback (mos…
-
I have followed the tutorial till querying unstructured data source. Changed the import to core/experimental from llama_index.
I get this error when run the main.py
`& : File C:\Users\User\Desktop\S…
-
### Describe the bug
I used LLaMA 3 with ollama and LiteLLM.
After registering the tool for the agent, no matter what information I input, it will always call the tool.
### Steps to reproduce
…
-
### Description
Hi,
I encountered an issue when using the AzureOpenAI provider. Setting memory=True results in a parameters error because it doesn't allow defining the embedder with additional par…
-
**Describe the bug**
I am getting a function error when testing the connection to Ollama. It seems I get a error staying. To me it seems the because of the model and Ollama results it's not working w…
-
**Describe the bug**
When following lettas tutorial, [letta tutorial](https://docs.letta.com/agents/tools), on adding custom tools to letta, I get an error.
Adding tools to the agent throught he on…
-
### System Info
python==3.11.7
### 🐛 Describe the bug
from pandasai.llm import GooglePalm
llm = GooglePalm(api_key=GOOGLE_API_KEY)
db = Agent([scm_vc, scm_rev], config={"llm": llm})
# Exampl…
-
### System Info
Python version: 3.11
PandasAI: 2.0.40
OS: macOS Ventura 13.6.4
### 🐛 Describe the bug
I'm using the following code from the documentation found on the official [docs](https://do…
-
1) I see that we are adding custom attributes to metrics, However, TRACELOOP_ENTITY_NAME (traceloop.entity.name) is a very high cardinality attribute - https://github.com/traceloop/openllmetry/pull/21…
nirga updated
3 weeks ago