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 OpenAI #1165

Merged
merged 1 commit into from Jul 31, 2023
Merged

🙂 Azure OpenAI #1165

merged 1 commit into from Jul 31, 2023

Conversation

awtkns
Copy link
Contributor

@awtkns awtkns commented Jul 31, 2023

In settings.py you can now enable azure

    # Azure OpenAI
    azure_openai_api_version: str = "2023-06-01-preview"
    azure_openai_api_key: str = ""
    azure_openai_api_base: str = ""
    azure_openai_deployment_name: str = ""

Note that agentgpt uses function calling which is not supported by azure as of yet so it will fall back to openai in some cases :)

@vercel
Copy link

vercel bot commented Jul 31, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agent-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2023 1:25am

@ergomake
Copy link

ergomake bot commented Jul 31, 2023

Hi 👋

Here's a preview environment 🚀

https://next-reworkd-agentgpt-1165.env.ergomake.link

Environment Summary 📑

Container Source URL
next Dockerfile https://next-reworkd-agentgpt-1165.env.ergomake.link
platform Dockerfile https://platform-reworkd-agentgpt-1165.env.ergomake.link
db Dockerfile [not exposed - internal service]
weaviate semitechnologies/weaviate:1.19.6 https://weaviate-reworkd-agentgpt-1165.env.ergomake.link

Here are your environment's logs.

For questions or comments, join Discord.

Click here to disable Ergomake.

@awtkns awtkns merged commit e2bd61f into main Jul 31, 2023
8 checks passed
@Zizico2
Copy link

Zizico2 commented Jul 31, 2023

I had a problem with the name for "gpt-3.5-turbo" being slightly different in Azure: "gpt-35-turbo". I changed the options in the frontend and some strings in the platform as well, in a version I patched for azure, privately (mentioned in another issue). As I remember, I had to do it to get it working. Especially the model options in the frontend.

@awtkns awtkns deleted the azure_openai branch August 3, 2023 20:43
@ssugar
Copy link

ssugar commented Oct 30, 2023

@awtkns - I don't see those settings in settings.py anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants