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:
Kevin Dang
2024-06-16 15:47:49 -07:00
committed by GitHub
parent 5efc7f00f2
commit 89213c2d39
3 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
name: Builds
run-name: Validate Node and Docker Builds
on:
pull_request:
push:
branches:
- master

View File

@@ -1,7 +1,7 @@
name: Tests
run-name: Test source code for errors
run-name: Unit Tests
on:
push:
pull_request:
branches:
- master