Skip to content

Commit

Permalink
Update timesketch.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed May 30, 2024
1 parent f22f18a commit 8413772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/timesketch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ LLM_PROVIDER_CONFIGS = {
# To use the Ollama provider you need to download and run an Ollama server.
# See instructions at: https://ollama.ai/
'ollama': {
'server_url': 'http://ollama:11434',
'server_url': 'http://localhost:11434',
'model': 'gemma:7b',
},
# To use the Vertex AI provider you need to:
Expand All @@ -371,5 +371,5 @@ LLM_PROVIDER_CONFIGS = {
# LLM nl2q configuration
DATA_TYPES_PATH = '/etc/timesketch/nl2q/data_types.csv'
PROMPT_NL2Q = '/etc/timesketch/nl2q/prompt_nl2q'
LLM_PROVIDER = 'ollama'
LLM_PROVIDER = ''

0 comments on commit 8413772

Please sign in to comment.