Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAlasady committed Jun 14, 2024
1 parent 4ef2dea commit b810992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"mode_name_offline":'llama3', # offline local model name
"api_key_offline":'http://localhost:11434', # offline local endpoint
"context_window":50, # context window "as bigger as better but takes a lot of resources *not recommended for low-end devices to set above 50*"
"root_ip_host":'192.168.1.107' # root ip *change this to local lan ip for LAN usage or general deployment ip*
"root_ip_host":'127.0.0.1' # root ip *change this to local lan ip for LAN usage or general deployment ip*
}

0 comments on commit b810992

Please sign in to comment.