Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Ollama and Langchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zbhAI
Ollama and Langchain
Commits
f59121a7
Commit
f59121a7
authored
Apr 20, 2024
by
Embruch, Gerd
Browse files
Options
Downloads
Patches
Plain Diff
added missing entries in .env.template
parent
3e2f4135
Branches
main
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env.template
+6
-2
6 additions, 2 deletions
.env.template
with
6 additions
and
2 deletions
.env.template
+
6
−
2
View file @
f59121a7
#MODEL TO USE (get name from list at https://ollama.com/library)
#MODEL TO USE multiple comma separated NO SPACES! (get name from list at https://ollama.com/library)
llmName=mistral
LLM_NAMES=mistral,llama2
\ No newline at end of file
# DEFAULT CREATIVITY higher temperature allows llm to be more creative (value between 0.0 and 1.0)
OVERAL_TEMPERATURE=0.1
# QUESTION TO ASK THE MODELS
QUESTION="What tall is the tallest pyramid in egypt and what's it called?"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment