You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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