Skip to content

Commit

Permalink
Merge branch 'main' into weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Apr 28, 2023
2 parents 4e1e858 + 94e636c commit 3e0b86f
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 61 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
LLM_MODEL=gpt-3.5-turbo # alternatively, gpt-4, text-davinci-003, etc

LLAMA_MODEL_PATH= # ex. models/llama-13B/ggml-model.bin
#LLAMA_THREADS_NUM=8 # Set the number of threads for llama (optional)

OPENAI_API_KEY=
OPENAI_TEMPERATURE=0.0
Expand Down Expand Up @@ -47,3 +48,5 @@ INITIAL_TASK=Develop a task list
DOTENV_EXTENSIONS=
# Set to true to enable command line args support
ENABLE_COMMAND_LINE_ARGS=false


Loading

0 comments on commit 3e0b86f

Please sign in to comment.