Skip to content

Commit

Permalink
add: readme model mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Mar 27, 2024
1 parent 6b51aec commit a20da1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ Gemini-OpenAI-Proxy offers a straightforward way to integrate OpenAI functionali
}'
```

Model Mapping:

- gpt-3.5-turbo -> gemini-1.0-pro-latest
- gpt-4 -> gemini-1.0-ultra-latest
- gpt-4-turbo-preview -> gemini-1.5-pro-latest
- gpt-4-vision-preview -> gemini-1.0-pro-vision-latest

These are the corresponding model mappings for your reference. We've aligned the models from our project with the latest offerings from Gemini, ensuring compatibility and seamless integration.

4. **Handle Responses:**
Process the responses from the Gemini-OpenAI-Proxy in the same way you would handle responses from OpenAI.

Expand Down

0 comments on commit a20da1e

Please sign in to comment.