-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Providers: OpenAI - Add all possible settings #9
Comments
🚀 Here's the PR! #177See Sweep's progress at the progress dashboard! 💎 Sweep Pro: I'm using GPT-4. You have unlimited GPT-4 tickets. (tracking ID:
4cdb40fc5e )Install Sweep Configs: Pull Request
Tip I can email you next time I complete a pull request if you set up your email here! Actions (click)
Step 1: 🔎 SearchingI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description.Step 2: ⌨️ Coding
Modify src/Providers/OpenAI/src/Chat/OpenAiChatSettings.cs with contents:
Check src/Providers/OpenAI/src/Chat/OpenAiChatSettings.cs with contents:
Modify src/Providers/OpenAI/src/Embedding/OpenAiEmbeddingSettings.cs with contents:
Check src/Providers/OpenAI/src/Embedding/OpenAiEmbeddingSettings.cs with contents:
Modify src/Providers/OpenAI/src/Moderation/OpenAiModerationSettings.cs with contents:
Check src/Providers/OpenAI/src/Moderation/OpenAiModerationSettings.cs with contents:
Modify src/Providers/OpenAI/src/SpeechToText/OpenAiSpeechToTextSettings.cs with contents:
Check src/Providers/OpenAI/src/SpeechToText/OpenAiSpeechToTextSettings.cs with contents:
Modify src/Providers/OpenAI/src/TextToImage/OpenAiImageGenerationSettings.cs with contents:
Check src/Providers/OpenAI/src/TextToImage/OpenAiImageGenerationSettings.cs with contents:
Modify src/Providers/OpenAI/src/TextToSpeech/OpenAiTextToSpeechSettings.cs with contents:
Check src/Providers/OpenAI/src/TextToSpeech/OpenAiTextToSpeechSettings.cs with contents: Step 3: 🔁 Code ReviewI have finished reviewing the code for completeness. I did not find errors for 🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. This is an automated message generated by Sweep AI. |
What would you like to be added:
OpenAiChatSettings, OpenAiEmbeddingSettings, OpenAiModerationSettings, OpenAiSpeechToTextSettings, OpenAiTextToImageSettings, OpenAiTextToSpeechSettings must contain all settings that are provided by the OpenAI SDK/API.
Why is this needed:
Anything else we need to know?
Repo of SDK: https://github.com/tryAGI/OpenAI
Checklist
src/Providers/OpenAI/src/Chat/OpenAiChatSettings.cs
✓ tryAGI/LangChain@8af12d4 Editsrc/Providers/OpenAI/src/Chat/OpenAiChatSettings.cs
✓ Editsrc/Providers/OpenAI/src/Embedding/OpenAiEmbeddingSettings.cs
✓ tryAGI/LangChain@fe17ced Editsrc/Providers/OpenAI/src/Embedding/OpenAiEmbeddingSettings.cs
✓ Editsrc/Providers/OpenAI/src/Moderation/OpenAiModerationSettings.cs
✓ tryAGI/LangChain@f98b298 Editsrc/Providers/OpenAI/src/Moderation/OpenAiModerationSettings.cs
✓ Editsrc/Providers/OpenAI/src/SpeechToText/OpenAiSpeechToTextSettings.cs
✓ tryAGI/LangChain@8effa6b Editsrc/Providers/OpenAI/src/SpeechToText/OpenAiSpeechToTextSettings.cs
✓ Editsrc/Providers/OpenAI/src/TextToImage/OpenAiImageGenerationSettings.cs
✓ tryAGI/LangChain@9e28117 Editsrc/Providers/OpenAI/src/TextToImage/OpenAiImageGenerationSettings.cs
✓ Editsrc/Providers/OpenAI/src/TextToSpeech/OpenAiTextToSpeechSettings.cs
✓ tryAGI/LangChain@3b96ccf Editsrc/Providers/OpenAI/src/TextToSpeech/OpenAiTextToSpeechSettings.cs
✓ EditThe text was updated successfully, but these errors were encountered: