mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 07:57:16 +08:00
Merge pull request #36 from vekoada/expand-alt-endpoint-instructions
Expand instructions for local LLM integration
This commit is contained in:
@@ -102,6 +102,10 @@ FIRECRAWL_KEY="your_firecrawl_key"
|
|||||||
OPENAI_KEY="your_openai_key"
|
OPENAI_KEY="your_openai_key"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To use local LLM, comment out `OPENAI_KEY` and instead uncomment `OPENAI_ENDPOINT` and `OPENAI_MODEL`:
|
||||||
|
- Set `OPENAI_ENDPOINT` to the address of your local server (eg."http://localhost:1234/v1")
|
||||||
|
- Set `OPENAI_MODEL` to the name of the model loaded in your local server.
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
1. Clone the repository
|
1. Clone the repository
|
||||||
|
|||||||
Reference in New Issue
Block a user