Skip to content

Commit

Permalink
Merge pull request #36 from bukosabino/develop-gpt-4
Browse files Browse the repository at this point in the history
Update gpt version
  • Loading branch information
bukosabino authored Nov 16, 2023
2 parents ea2af09 + bbb9155 commit 5d73221
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ embeddings_model_name: dariolopez/roberta-base-bne-finetuned-msmarco-qa-es-mnrl-

vector_store: 'qdrant' # {'qdrant', 'pinecone', 'supabase'}
top_k_results: 10
date_start: 2017/01/01
date_end: 2017/12/12
date_start: 2000/01/01
date_end: 2004/12/12

# Prompts
prompt_system: |
Expand All @@ -26,7 +26,7 @@ prompt_system_context: |
collection_name: justicio

# Openai
llm_model_name: 'gpt-3.5-turbo' # 'gpt-3.5-turbo-0613'
llm_model_name: 'gpt-4-1106-preview' # 'gpt-3.5-turbo'
temperature: 0
seed: 42
max_tokens: 512
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boe_ids_ = [
BOE_IDS = [
"BOE-A-1964-9380",
"BOE-A-1964-9814",
"BOE-A-1967-16485",
Expand Down Expand Up @@ -98,7 +98,11 @@
"BOE-A-1999-637",
"BOE-A-1999-6568",
"BOE-A-1999-8910",
"BOE-A-1999-8994",
"BOE-A-1999-8994"
]


boe_ids_ = [
"BOE-A-2000-10827",
"BOE-A-2000-12180",
"BOE-A-2000-12302",
Expand Down Expand Up @@ -644,10 +648,6 @@
"BOE-A-2014-9667",
"BOE-A-2014-970",
"BOE-A-2014-9865",
]


boe_ids = [
"BOE-A-2015-10016",
"BOE-A-2015-10197",
"BOE-A-2015-10328",
Expand Down

0 comments on commit 5d73221

Please sign in to comment.