Skip to content
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

Update README.md #67

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ English | [简体中文](docs/README_zh-CN.md)


## Latest Progress 🎉
- \[March 2024\] Add gemma-7b model
- \[February 2024\] Add mistral-7b model
- \[February 2024\] Add gemini-pro model
- \[March 2024\] Add gemma-7b model(based on Ollama)
- \[February 2024\] Add mistral-7b model (based on Ollama)
- \[February 2024\] Add gemini-pro model (based on Open API)
- \[January 2024\] refactor the config-template.yaml to control the backend and the frontend settings at the same time, [click](https://github.com/InternLM/OpenAOE/blob/main/docs/tech-report/config-template.md) to find more introduction about the `config-template.yaml`
- \[January 2024\] Add internlm2-chat-7b model
- \[January 2024\] Add internlm2-chat-7b model (based on LMDeploy)
- \[January 2024\] Released version v0.0.1, officially open source!
______________________________________________________________________

Expand Down
Loading