We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db28f6 commit 58df958Copy full SHA for 58df958
1 file changed
CONTRIBUTING-TESTERS.md
@@ -17,13 +17,14 @@ Set up the test environment.
17
1️⃣ Enter >> '**pip install docoreai**' in terminal
18
- download the test.py from https://github.com/SajiJohnMiranda/DoCoreAI/blob/main/tests/Quick%20Test/test.py
19
- Create a .env file in the root folder. Enter the details as shown..
20
+
21
```ini
22
# .env file
23
OPENAI_API_KEY="your-openai-api-key"
24
GROQ_API_KEY="your-groq-api-key"
25
MODEL_PROVIDER="groq" # Choose 'openai' or 'groq'
26
MODEL_NAME='gemma2-9b-it' # Choose model gpt-3.5-turbo, gemma2-9b-it etc
- ```
27
+ ```
28
- You may change The PROMPT and ROLE as per your test context
29
- Next run the command >> '**python test.py**' & Start your test
30
0 commit comments