- Nov 14, 2024
-
-
Thijmen van der Meijden authored
Add sections to provide a detailed project introduction, clear instructions for getting started, features, usage, and evaluation process.
-
- Nov 13, 2024
-
-
Thijmen van der Meijden authored
Load API keys from environment variables using dotenv for not accidentally sharing API keys. Introduce requirements.txt for dependency management and .gitignore to exclude sensitive files and unnecessary directories.
-
Thijmen van der Meijden authored
Introduce the ResponseEvaluator class to handle response evaluations. Additionally, rename 'OpenAI API.py' to 'openai_api.py' to handle getting a response from an OpenAI LLM, added main script to use the new classes, and set the Python SDK version to 3.11 in project configuration files.
-
- Nov 12, 2024
-
-
Thijmen authored
This commit includes .gitignore settings to exclude common IDE files and project-specific configuration files for modules, SDK, inspection profiles, and VCS mappings. These files ensure a consistent development environment and prevent unnecessary files from being tracked in the repository.
-
Thijmen authored
Introduce a new Python script to interact with the OpenAI API. This script sets up the client and sends a request to generate a haiku about recursion in programming. This is yet to be fully finished.
-
- Nov 06, 2024
-
-
Behrisch, M. (Michael) authored
-