from https://github.com/BerriAI/litellm/issues/16810 LITELLM_LOCAL_MODEL_COST_MAP: True
This commit is contained in:
parent
5da997541b
commit
7b91f2182b
2 changed files with 5 additions and 3 deletions
4
.github/workflows/e2e_tests.yml
vendored
4
.github/workflows/e2e_tests.yml
vendored
|
|
@ -374,6 +374,8 @@ jobs:
|
|||
- name: Run Entity Extraction Test
|
||||
env:
|
||||
ENV: 'dev'
|
||||
# remove when https://github.com/BerriAI/litellm/issues/16810 is fixed
|
||||
LITELLM_LOCAL_MODEL_COST_MAP: "True"
|
||||
LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
|
|
@ -402,6 +404,8 @@ jobs:
|
|||
- name: Run Feedback Enrichment Test
|
||||
env:
|
||||
ENV: 'dev'
|
||||
# remove when https://github.com/BerriAI/litellm/issues/16810 is fixed
|
||||
LITELLM_LOCAL_MODEL_COST_MAP: "True"
|
||||
LLM_MODEL: ${{ secrets.LLM_MODEL }}
|
||||
LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }}
|
||||
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
|
||||
|
|
|
|||
|
|
@ -9,9 +9,7 @@ from pathlib import Path
|
|||
import sys
|
||||
import uuid
|
||||
|
||||
from tenacity import retry, stop_after_attempt, wait_fixed, wait_incrementing
|
||||
|
||||
from cognee.api.health import HealthStatus
|
||||
from tenacity import retry, stop_after_attempt, wait_incrementing
|
||||
|
||||
|
||||
class TestCogneeServerStart(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue