Added env variables for new text
This commit is contained in:
@@ -8,6 +8,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
LLM_API_HOST_URL: "https://chat.matthiasg.dev/ollama"
|
||||||
|
LLM_API_TOKEN: "${{ secrets.LLM_API_TOKEN }}"
|
||||||
|
LLM_CHAT_MODEL: "deepseek-r1:8b"
|
||||||
|
LLM_CHAT_MODEL_THINK: true
|
||||||
|
LLM_VISION_MODEL: "llava:7b-v1.6-mistral-q4_1"
|
||||||
|
LLM_VISION_MODEL_THINK: false
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user