Skip to content

Commit

Permalink
Merge pull request #34 from legovaer/patch-1
Browse files Browse the repository at this point in the history
Create nl.json
  • Loading branch information
jekalmin authored Nov 29, 2023
2 parents 2be89f0 + e7c59cf commit 6c4ebf8
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"config": {
"error": {
"cannot_connect": "Verbinden mislukt",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"name": "Naam",
"api_key": "API-sleutel",
"base_url": "Basis-URL"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"max_tokens": "Maximale aantal tokens dat mag worden gegenereerd",
"model": "Completion Model",
"prompt": "Prompt Sjabloon",
"temperature": "Temperatuur",
"top_p": "Top P",
"max_function_calls_per_conversation": "Maximale keren functies mogen worden aangeroepen per conversatie",
"functions": "Functies"
}
}
}
}
}

0 comments on commit 6c4ebf8

Please sign in to comment.