Skip to content

Commit

Permalink
fixed a spacing issues in readme file (docker#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Illapavan committed Dec 22, 2023
1 parent f779482 commit 1a30710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Available variables:
| LANGCHAIN_API_KEY | | OPTIONAL - Langchain API key |

## LLM Configuration
MacOS and Linux users can use any LLM that's available via Ollama. Check the "tags" section under the model page you want to use on https://ollama.ai/library and write the tag for the value of the environment variable `LLM=` in th e`.env` file.
MacOS and Linux users can use any LLM that's available via Ollama. Check the "tags" section under the model page you want to use on https://ollama.ai/library and write the tag for the value of the environment variable `LLM=` in the `.env` file.
All platforms can use GPT-3.5-turbo and GPT-4 (bring your own API keys for OpenAIs models).

**MacOS**
Expand Down

0 comments on commit 1a30710

Please sign in to comment.