Skip to content

feat: ai model classification#10

Merged
MiaoMint merged 1 commit intomainfrom
feat/ai-model-classification
Jan 3, 2026
Merged

feat: ai model classification#10
MiaoMint merged 1 commit intomainfrom
feat/ai-model-classification

Conversation

@MiaoMint
Copy link
Copy Markdown
Owner

@MiaoMint MiaoMint commented Jan 3, 2026

…odel listing

  • Added OpenAIClient struct to interact with OpenAI's APIs.
  • Implemented GenerateText method for chat completion.
  • Implemented GenerateImage method for DALL-E image generation.
  • Implemented GenerateAudio method for text-to-speech audio generation.
  • Added ListModels method to retrieve available models from OpenAI.
  • Included error handling for API responses and required fields.

…odel listing

- Added OpenAIClient struct to interact with OpenAI's APIs.
- Implemented GenerateText method for chat completion.
- Implemented GenerateImage method for DALL-E image generation.
- Implemented GenerateAudio method for text-to-speech audio generation.
- Added ListModels method to retrieve available models from OpenAI.
- Included error handling for API responses and required fields.
@MiaoMint MiaoMint linked an issue Jan 3, 2026 that may be closed by this pull request
@MiaoMint MiaoMint merged commit 7b0a980 into main Jan 3, 2026
@MiaoMint MiaoMint deleted the feat/ai-model-classification branch January 3, 2026 10:52
MiaoMint added a commit that referenced this pull request Jan 9, 2026
…odel listing (#10)

- Added OpenAIClient struct to interact with OpenAI's APIs.
- Implemented GenerateText method for chat completion.
- Implemented GenerateImage method for DALL-E image generation.
- Implemented GenerateAudio method for text-to-speech audio generation.
- Added ListModels method to retrieve available models from OpenAI.
- Included error handling for API responses and required fields.
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.

AI Model 分类和识别

1 participant