-
This issue may be related to #722, #720, #708, #644, #635.
Hello, I am currently utilizing Azure OpenAI Service behind API Management for logging and analytics purposes. I have adjusted the query p…
-
![Image](https://github.com/user-attachments/assets/7e658a50-cd76-4608-9cad-49a7c1030701)
I'm having trouble adding the OpenAI API key. It's showing a warning sign. Can you help me fix this?
Tha…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com…
-
### Library name and version
Azure.AI.OpenAI 1.0.0-beta.6
### Describe the bug
When using `AzureEventSourceListener(Action, EventLevel)`, with `OpenAIClient` v1.0.0-beta.6 while streaming, I …
-
**Describe the bug**
I recently upgraded the version of Vanna to v0.7.3 and noticed an increase in the number of tokens being used. For instance, Vanna v0.6 used around ~1400 tokens, but after upgrad…
-
I am using microsoft azure openai to implement it.
I am running the code with changing the azure keys, but i am getting a error
Thanks in advance to help me out.
code:
from pyzerox import ze…
-
**Is your contribution request related to a problem? Please describe.**
A clear and concise description of what you will contribute.
text-davinci-003 is deprecated by openai and we should remove it …
-
I don't see a way to _start_ the chat playground with an initial AI message. Use-case here is to explore conversations where the bot will initiate the conversation.
So if I have something like this…
-
I am getting the below error like this, any thoughts
>python -m scripts generate --output=example_input/qa.jsonl --numquestions=200 --persource=5
File "C:\ragevaluator\.venv\Lib\site-packages…
-
I cannot use Azure OpenAI embedding model as:
const azureOpenaiLLM = new OpenAI({ model: "gpt-4", temperature: 0 });
const azureOpenaiEmbedding = new OpenAIEmbedding({ model: "text-embedding-ada-0…