We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50be90 commit 7907b56Copy full SHA for 7907b56
interpreter/terminal_interface/profiles/defaults/cortex-llama32.py
@@ -3,6 +3,10 @@
3
4
This profile configures Open Interpreter to use a locally hosted Llama 3.2 model through Cortex.
5
6
+Run `cortex start` before running Open Interpreter.
7
+
8
+More information about Cortex: https://cortex.so/docs/
9
10
"""
11
12
from interpreter import interpreter
0 commit comments