chat et al: '.next' and '.config.yaml' are now ignored by ChatDB

This commit is contained in:
2023-09-14 12:45:11 +02:00
parent 5cb88dad1b
commit 071871f929
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ OpenAIConfigInst = TypeVar('OpenAIConfigInst', bound='OpenAIConfig')
supported_ais: list[str] = ['openai']
default_config_path = '.config.yaml'
default_config_file = '.config.yaml'
class ConfigError(Exception):