Skip to content

Commit

Permalink
DH-4992/our new agent (#253)
Browse files Browse the repository at this point in the history
* DH-4992/our new agent

* DH-4992/ add the env var to the .env.example
  • Loading branch information
MohammadrezaPourreza authored Nov 16, 2023
1 parent cd6e262 commit d54fe25
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ OPENAI_API_KEY = #This field is required for the engine to work.
ORG_ID =
LLM_MODEL = 'gpt-4-1106-preview' #the openAI llm model that you want to use. possible values: gpt-4-1106-preview.

FINETUNED_MODEL = '' # The id of the LLM model you fine-tuned and you want to use inside DataheraldFinetuningAgent agent.

DH_ENGINE_TIMEOUT = #timeout in seconds for the engine to return a response
UPPER_LIMIT_QUERY_RETURN_ROWS = #The upper limit on number of rows returned from the query engine (equivalent to using LIMIT N in PostgreSQL/MySQL/SQlite). Defauls to 50

Expand Down
Loading

0 comments on commit d54fe25

Please sign in to comment.