mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-19 21:37:20 +08:00
update .gitignore; fix model version error in api_schemas
This commit is contained in:
parent
9260039672
commit
26b141a06e
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,13 +1,13 @@
|
||||
*.log
|
||||
*.log.*
|
||||
*.bak
|
||||
/chatchat/chatchat/data/*
|
||||
!/chatchat/chatchat/data/knowledge_base/samples
|
||||
/chatchat/chatchat/data/knowledge_base/samples/vector_store
|
||||
!/chatchat/chatchat/data/nltk_data
|
||||
/chatchat-server/chatchat/data/*
|
||||
!/chatchat-server/chatchat/data/knowledge_base/samples
|
||||
/chatchat-server/chatchat/data/knowledge_base/samples/vector_store
|
||||
!/chatchat-server/chatchat/data/nltk_data
|
||||
|
||||
/chatchat/chatchat/configs/*.py
|
||||
/chatchat/chatchat/configs/loom.yaml
|
||||
/chatchat-server/chatchat/configs/*.py
|
||||
/chatchat-server/chatchat/configs/loom.yaml
|
||||
.vscode/
|
||||
|
||||
# below are standard python ignore files
|
||||
|
||||
@ -4,7 +4,7 @@ import re
|
||||
from typing import Dict, List, Literal, Optional, Union
|
||||
|
||||
from fastapi import UploadFile
|
||||
from chatchat.server.pydantic_v1 import BaseModel, Field, AnyUrl, root_validator
|
||||
from chatchat.server.pydantic_v2 import BaseModel, Field, AnyUrl, root_validator
|
||||
from openai.types.chat import (
|
||||
ChatCompletionMessageParam,
|
||||
ChatCompletionToolChoiceOptionParam,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user