This is a basic example that intends to show you how to:
- list models
- select and use the first model with "llama" in its name to display a joke
...
...
@@ -17,7 +17,8 @@ pip install -r requirements.txt
## Usage
1. Put your API key in the file `my_key`.
1. Create a file `my_key` and put your API key in the file.
For security reasons API Key is necessary. You have to obtain the API Key from the llm.scads.ai team. You can find instructions [here](https://llm.scads.ai/)
2. Then simply start the script `main.py` from your bash shell: