mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
make schema optional argument
This commit is contained in:
@@ -5,9 +5,9 @@ Reflector GPU backend - LLM
|
||||
"""
|
||||
|
||||
import os
|
||||
from typing import Optional
|
||||
|
||||
from modal import asgi_app, Image, method, Secret, Stub
|
||||
from pydantic.typing import Optional
|
||||
|
||||
# LLM
|
||||
LLM_MODEL: str = "lmsys/vicuna-13b-v1.5"
|
||||
|
||||
Reference in New Issue
Block a user