Initial versions
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
# csv_agent
|
||||
|
||||
An AI Agent to generate test CSV files for a Pandas application.
|
||||
|
||||
## .env file
|
||||
Environment Variables:
|
||||
OPEN_AI_APK_KEY - The API key acquired from OpenAI
|
||||
OPEN_AI_MODEL - The AI Model selected based on cost vs performance
|
||||
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
langchain
|
||||
langgraph
|
||||
langchain-openai
|
||||
python-dotenv
|
||||
Reference in New Issue
Block a user