Skip to content

ollama support - read for review #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ GOOGLE_API_KEY=your-google-api-key
FINANCIAL_DATASETS_API_KEY=your-financial-datasets-api-key
# For running LLMs hosted by openai (gpt-4o, gpt-4o-mini, etc.)
# Get your OpenAI API key from https://platform.openai.com/
OPENAI_API_KEY=your-openai-api-key
OPENAI_API_KEY=your-openai-api-key
# For running LLMs hosted by Ollama (llama3, mistral, yi, mixtral, etc.)
# Base URL for your Ollama instance, defaults to http://localhost:11434
OLLAMA_BASE_URL=http://localhost:11434
# Default Ollama model to use if none is specified, 70b is recommended
OLLAMA_DEFAULT_MODEL=llama3.3:70b
Loading