11<div align =" center " >
2- <img style="display: block;" align="center" src="images/logo.png"/>
2+ <img style="display: block;" align="center" src="https://github.com/maxvfischer/askai/blob/main/ images/logo.png?raw=True "/>
33</div >
44
55` askai ` is a CLI integration with OpenAI's GPT3, enabling you to ask questions and
66receive the answers straight in your terminal.
77
8- ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/question_conda.svg )
8+ ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/question_conda.svg?raw=True )
99
1010
11- | : exclamation : ** Other model integrations** : exclamation : |
11+ | ❗ ** Other model integrations** ❗ |
1212| -------------------------------------------------------------------------------------------------------------------------------------------------------------|
1313| Currently, ` askai ` only supports integration with OpenAI. But as soon as other NLP API-endpoints start popping up, I will work on integrating them as well. |
1414
@@ -38,7 +38,7 @@ OpenAI API key. Note that the key is only stored locally in `~/.askai/key`.
3838askai init
3939```
4040
41- ![ init] ( https://github.com/maxvfischer/askai/blob/main/images/init.svg )
41+ ![ init] ( https://github.com/maxvfischer/askai/blob/main/images/init.svg?raw=True )
4242
4343## Create OpenAI API-key
4444
@@ -63,7 +63,7 @@ Ask a question using your saved config.
6363```
6464askai "<QUESTION>"
6565```
66- ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/question_conda.svg )
66+ ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/question_conda.svg?raw=True )
6767
6868
6969### Override config
@@ -72,7 +72,7 @@ It's possible to override the default config by using arguments:
7272```
7373askai "<QUESTION>" --num-answers <INT> --model <MODEL_STRING> --temperature <FLOAT> --top_p <FLOAT> --max-tokens <INT> --frequency-penalty <FLOAT> --presence_penalty <FLOAT>
7474```
75- ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/haiku.svg )
75+ ![ conda] ( https://github.com/maxvfischer/askai/blob/main/images/haiku.svg?raw=True )
7676
7777| ** Argument** | ** Allowed values** | ** Description** |
7878| ---------------------| ----------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------|
0 commit comments