Removed Ollama API Threads as an Option (#68)
* rm: threads as a chat option * update: change test Actions name * Fix: workflows running in correct instance
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Builds
|
||||
run-name: Validate Node and Docker Builds
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Tests
|
||||
run-name: Test source code for errors
|
||||
run-name: Unit Tests
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
||||
Reference in New Issue
Block a user