Skip to content

Commit

Permalink
Merge pull request #22 from AlliotTech/main
Browse files Browse the repository at this point in the history
doc: remove 3.5 in readme
  • Loading branch information
xiaozhou26 authored Aug 6, 2024
2 parents e6b3c1e + a6756f8 commit d9775d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ docker-compose up -d
curl --location 'http://你的服务器ip:8080/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "gpt-3.5-turbo",
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"stream": true
}'
```

## 支持的模型

- gpt-3.5-turbo
- ~~gpt-3.5-turbo~~ duckduckGO官方已移除3.5模型的支持
- claude-3-haiku
- llama-3-70b
- mixtral-8x7b
Expand Down

0 comments on commit d9775d2

Please sign in to comment.