Skip to content

server.py#4

Open
lavinab11 wants to merge 1 commit intostardog-union:mainfrom
lavinab11:patch-1
Open

server.py#4
lavinab11 wants to merge 1 commit intostardog-union:mainfrom
lavinab11:patch-1

Conversation

@lavinab11
Copy link

Update - async def voicebox_ask(question: str, conversation_id: Optional[str] = None) -> str:

  • async def voicebox_ask(question: str, conversation_id: str = "") -> str:
  • conversation_id = conversation_id.strip() or None
    

Update - async def voicebox_ask(question: str, conversation_id: Optional[str] = None) -> str:
+ async def voicebox_ask(question: str, conversation_id: str = "") -> str:
+     conversation_id = conversation_id.strip() or None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant