mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
Use intent model from archfc to pick prompt gateway (#328)
This commit is contained in:
parent
67b8fd635e
commit
ba7279becb
151 changed files with 8642 additions and 10932 deletions
5
.github/workflows/e2e_tests.yml
vendored
5
.github/workflows/e2e_tests.yml
vendored
|
|
@ -8,8 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest-m
|
||||
# runs-on: gh-large-150gb-ssd
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -31,4 +30,4 @@ jobs:
|
|||
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
||||
run: |
|
||||
python -mvenv venv
|
||||
source venv/bin/activate && cd e2e_tests && bash run_e2e_tests.sh
|
||||
source venv/bin/activate && cd tests/e2e && bash run_e2e_tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue