We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.github.com/en/github-models/prototyping-with-ai-models https://github.com/marketplace/models/azure-openai/gpt-4o
curl -X POST "https://models.inference.ai.azure.com/chat/completions" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ -d '{ "messages": [ { "role": "system", "content": "You are a helpful assistant." }, { "role": "user", "content": "What is the capital of France?" } ], "model": "gpt-4o" }'
ref: #940
The text was updated successfully, but these errors were encountered:
Are you interested in implementing this? It doesn't seem complicated.
Sorry, something went wrong.
这个对接任务,我这边来开发吧 麻烦帮忙分配下
feat: AI Proxy Wasm Plugin Integration with GitHub Models #1304 (#1362)
14b11dc
hackerYHT
Successfully merging a pull request may close this issue.
https://docs.github.com/en/github-models/prototyping-with-ai-models
https://github.com/marketplace/models/azure-openai/gpt-4o
ref: #940
The text was updated successfully, but these errors were encountered: