Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure_params=azure_config in ChatGPTAgentConfig #418

Closed
aniket-synth opened this issue Oct 18, 2023 · 2 comments
Closed

azure_params=azure_config in ChatGPTAgentConfig #418

aniket-synth opened this issue Oct 18, 2023 · 2 comments
Labels

Comments

@aniket-synth
Copy link

aniket-synth commented Oct 18, 2023

@HHousen
While trying to use AzureOpenAIConfig getting this error:

File "/usr/local/lib/python3.10/site-packages/vocode/streaming/utils/goodbye_model.py", line 60, in is_goodbye assert self.goodbye_embeddings is not None, "Embeddings not initialized" AssertionError: Embeddings not initialized

have set the necessary env variables:
AZURE_OPENAI_API_BASE=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_TEXT_EMBEDDING_ENGINE=

azure_config = AzureOpenAIConfig(
api_type="", # replace with your Azure API type
api_version="", # replace with your Azure API version
engine="" # replace with your Azure engine
)

Copy link

github-actions bot commented Mar 8, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 8, 2024
Copy link

This issue has been automatically closed due to inactivity. Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant