Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
vyokky committed Jun 28, 2024
1 parent e8e97ea commit a12bdc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documents/docs/supported_models/overview.md
Original file line number Diff line number Diff line change
@@ -11,4 +11,8 @@ Please refer to the following sections for more information on the supported mod
| `Gemini` | [Gemini API](./gemini.md) |
| `QWEN` | [QWEN API](./qwen.md) |
| `Ollama` | [Ollama API](./ollama.md) |
| `Custom` | [Custom API](./custom_model.md) |
| `Custom` | [Custom API](./custom_model.md) |


!!! info
Each model is implemented as a separate class in the `ufo/llm` directory, and uses the functions `chat_completion` defined in the `BaseService` class of the `ufo/llm/base.py` file to obtain responses from the model.

0 comments on commit a12bdc1

Please sign in to comment.