Skip to content

Commit

Permalink
remove default path for root_path
Browse files Browse the repository at this point in the history
  • Loading branch information
ElmiraGhorbani committed Jul 25, 2023
1 parent 92b0bee commit 2fd6218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt_long_term_memory/llama_index_helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class IndexConfig(BaseModel):
root_path: str = Field(
default="/home/elmira/projects/0-NAVIS/long-term-memory-chatbot")
default="")
knowledge_base: bool = Field(default=True)
model_name: str = Field(default="gpt-3.5-turbo")
temperature: int = Field(default=0)
Expand Down

0 comments on commit 2fd6218

Please sign in to comment.