mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
minor fix
This commit is contained in:
parent
3504a64269
commit
d1d7903e39
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import pinecone
|
|||
from pinecone_datasets import Dataset, DatasetMetadata
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from pr_agent.algo import MAX_TOKENS
|
||||
from pr_agent.algo.token_handler import TokenHandler
|
||||
from pr_agent.algo.utils import get_max_tokens
|
||||
from pr_agent.config_loader import get_settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue