mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
feat: +comments
This commit is contained in:
parent
a9d0ab27e8
commit
76049d94bb
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class TextScore(BaseModel):
|
|||
|
||||
class IndexRepo(BaseModel):
|
||||
filename: str
|
||||
root_path: str
|
||||
root_path: str # `/data/uploads` or r`/data/chats/\d+`, the root path of files indexed by the index repo.
|
||||
fingerprint_filename: str = "fingerprint.json"
|
||||
model: Optional[str] = None
|
||||
min_token_count: int = 10000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue