Skip to content

Commit 58df958

Browse files
added contributing-testers.py
1 parent 7db28f6 commit 58df958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING-TESTERS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ Set up the test environment.
1717
1️⃣ Enter >> '**pip install docoreai**' in terminal
1818
- download the test.py from https://github.com/SajiJohnMiranda/DoCoreAI/blob/main/tests/Quick%20Test/test.py
1919
- Create a .env file in the root folder. Enter the details as shown..
20+
2021
```ini
2122
# .env file
2223
OPENAI_API_KEY="your-openai-api-key"
2324
GROQ_API_KEY="your-groq-api-key"
2425
MODEL_PROVIDER="groq" # Choose 'openai' or 'groq'
2526
MODEL_NAME='gemma2-9b-it' # Choose model gpt-3.5-turbo, gemma2-9b-it etc
26-
```
27+
```
2728
- You may change The PROMPT and ROLE as per your test context
2829
- Next run the command >> '**python test.py**' & Start your test
2930

0 commit comments

Comments
 (0)