Update README.md to match recent code changes
`deepseek-api` was renamed to `deepseek` `server` directory is now `llm_server`
This commit is contained in:
@@ -205,7 +205,7 @@ Example: export `TOGETHER_API_KEY="xxxxx"`
|
|||||||
| Provider | Local? | Description |
|
| Provider | Local? | Description |
|
||||||
|-----------|--------|-----------------------------------------------------------|
|
|-----------|--------|-----------------------------------------------------------|
|
||||||
| openai | Depends | Use ChatGPT API |
|
| openai | Depends | Use ChatGPT API |
|
||||||
| deepseek-api | No | Deepseek API (non-private) |
|
| deepseek | No | Deepseek API (non-private) |
|
||||||
| huggingface| No | Hugging-Face API (non-private) |
|
| huggingface| No | Hugging-Face API (non-private) |
|
||||||
| togetherAI | No | Use together AI API (non-private) |
|
| togetherAI | No | Use together AI API (non-private) |
|
||||||
| google | No | Use google gemini API (non-private) |
|
| google | No | Use google gemini API (non-private) |
|
||||||
@@ -319,7 +319,7 @@ Clone the repository and enter the `server/`folder.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone --depth 1 https://github.com/Fosowl/agenticSeek.git
|
git clone --depth 1 https://github.com/Fosowl/agenticSeek.git
|
||||||
cd agenticSeek/server/
|
cd agenticSeek/llm_server/
|
||||||
```
|
```
|
||||||
|
|
||||||
Install server specific requirements:
|
Install server specific requirements:
|
||||||
@@ -556,4 +556,4 @@ We’re looking for developers to improve AgenticSeek! Check out open issues or
|
|||||||
|
|
||||||
> [https://github.com/antoineVIVIES](antoineVIVIES) | Taipei Time | (Often busy)
|
> [https://github.com/antoineVIVIES](antoineVIVIES) | Taipei Time | (Often busy)
|
||||||
|
|
||||||
> [steveh8758](https://github.com/steveh8758) | Taipei Time | (Always busy)
|
> [steveh8758](https://github.com/steveh8758) | Taipei Time | (Always busy)
|
||||||
|
|||||||
Reference in New Issue
Block a user