Skip to content

Commit

Permalink
docs: Fix typo for openai config url (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
palash25 authored Oct 31, 2024
1 parent 3d194a9 commit 1e9805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All Embedding model and LLM providers can have their base URLs changed.
For example, if you have an OpenAI compliant embedding or LLM server (such as [vLLM](https://github.com/vllm-project/vllm)), running at `https://api.myserver.com/v1`, you can change the base URL with the following SQL command:

```sql
ALTER SYSTEM SET vectorize.openai_base_url TO 'https://api.myserver.com/v1';
ALTER SYSTEM SET vectorize.openai_service_url TO 'https://api.myserver.com/v1';
SELECT pg_reload_conf();
```

Expand Down

0 comments on commit 1e9805d

Please sign in to comment.