Helios
Results
1
comments of
Helios
Something like this worked for me (no system_prompt) : ``` from hugchat import hugchat from hugchat.login import Login def query_LLM(prompt: str, new_conversation: bool = False): # Log in to huggingface...