diff options
Diffstat (limited to 'topics/ai')
-rw-r--r-- | topics/ai/aider.gmi | 6 | ||||
-rw-r--r-- | topics/ai/ontogpt.gmi | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/topics/ai/aider.gmi b/topics/ai/aider.gmi index 71dfa9e..aa88e71 100644 --- a/topics/ai/aider.gmi +++ b/topics/ai/aider.gmi @@ -1,12 +1,16 @@ # Aider -https://aider.chat/ +=> https://aider.chat/ +``` python3 -m venv ~/opt/python-aider ~/opt/python-aider/bin/python3 -m pip install aider-install ~/opt/python-aider/bin/aider-install +``` Installed 1 executable: aider Executable directory /home/wrk/.local/bin is already in PATH +``` aider --model gpt-4o --openai-api-key aa... +``` diff --git a/topics/ai/ontogpt.gmi b/topics/ai/ontogpt.gmi new file mode 100644 index 0000000..94bd165 --- /dev/null +++ b/topics/ai/ontogpt.gmi @@ -0,0 +1,7 @@ +# OntoGPT + +python3 -m venv ~/opt/ontogpt +~/opt/ontogpt/bin/python3 -m pip install ontogpt + + +runoak set-apikey -e openai |