Skip to content

Commit

Permalink
remove default prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyboyBrian committed Dec 31, 2024
1 parent c05af95 commit cdb623c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexa/gguf/server/nexa_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class DownloadModelRequest(BaseModel):
}

class ActionRequest(BaseModel):
prompt: str = "<nexa_0>query_plane_ticket(year='2024', date='12-31', time='12:00', departure='SFO', destination='JFK')<nexa_end>"
prompt: str = ""

class StreamASRProcessor:
def __init__(self, asr, task, language):
Expand Down

0 comments on commit cdb623c

Please sign in to comment.