Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso authored Apr 7, 2024
1 parent 6710809 commit a5e1f0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ The following options are available:
The following config options can be specified in the `nextflow.config` file:


| name | description |
|---------------|-------------|
| gpt.apiKey | Your OpenAI API key. If missing it uses the `OPENAI_API_KEY` env variable |
| gpt.endpoint | The OpenAI endpoint (defualt: `https://api.openai.com`) |
| gpt.model | The AI model to be used (default: `gpt-3.5-turbo`) |
| gpt.maxTokens | The maximum number of tokens that can be generated in the chat completion |
| gpt.temperature | What sampling temperature to use, between 0 and 2 (default: `0.7`) |
| name | description |
|-----------------|-------------|
| `gpt.apiKey` | Your OpenAI API key. If missing it uses the `OPENAI_API_KEY` env variable |
| `gpt.endpoint` | The OpenAI endpoint (defualt: `https://api.openai.com`) |
| `gpt.model` | The AI model to be used (default: `gpt-3.5-turbo`) |
| `gpt.maxTokens` | The maximum number of tokens that can be generated in the chat completion |
| `gpt.temperature` | What sampling temperature to use, between 0 and 2 (default: `0.7`) |


## Development
Expand Down

0 comments on commit a5e1f0b

Please sign in to comment.