Environment variables for LocalAI
This commit is contained in:
parent
83779faf46
commit
1bc7f93e6e
@ -8,6 +8,9 @@ on:
|
||||
jobs:
|
||||
Python:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENAI_API_KEY: "nokey"
|
||||
OPENAI_BASE_URL: "http://192.168.1.168/v1"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
Loading…
Reference in New Issue
Block a user