mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 09:16:24 +02:00
Add function calling support using bolt-fc-1b (#35)
This commit is contained in:
parent
fdfad87347
commit
7b5203a2ce
39 changed files with 1763 additions and 416 deletions
14
function_resolver/app/logger.yaml
Normal file
14
function_resolver/app/logger.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
version: 1
|
||||
disable_existing_loggers: False
|
||||
formatters:
|
||||
timestamped:
|
||||
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||
handlers:
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
level: INFO
|
||||
formatter: timestamped
|
||||
stream: ext://sys.stdout
|
||||
root:
|
||||
level: INFO
|
||||
handlers: [console]
|
||||
Loading…
Add table
Add a link
Reference in a new issue