Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeknnDestroy committed Oct 28, 2023
1 parent bc0612a commit 6c26b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configs/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ tasks:
similarity_top_k: 5
enable_cost_calculator: true
- name: "qa"
system_prompt: "Question:" # System prompt for this task
system_prompt: "You are a friendly ai assistant specialized in question answering." # System prompt for this task
vector_store_params:
vector_store_type: "SimpleVectorStore"
llm_params:
model: "gpt-3.5-turbo"
model: "gpt-4"
service_context_params:
chunk_size: 1024
query_engine_params:
Expand Down

0 comments on commit 6c26b54

Please sign in to comment.