/
githubmirror
/
mini-agi
Обзор
Документация
Войти
/
githubmirror
/
mini-agi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
exceptions.py
10 строк
209 B
Bernhard Mueller
Refactor into MiniAGI class
19 май 2023, 14:37
19 май 2023, 14:37
370f09b
Код
Авторство
О чём код?
""" This module contains exceptions specific to MiniAGI. """ class InvalidLLMResponseError(Exception): """Exception raised when the LLM response can't be parsed. Attributes: None """