Fix login and answer#289
Conversation
fix login and answer
|
When logging in, the models are loaded and an error appears:
This happens because the response now has a new structure: 11.06.2025 18:33:57 - root - DEBUG - {'json': [{'id': 'meta-llama/Llama-3.3-70B-Instruct', 'name': 'meta-llama/Llama-3.3-70B-Instruct', 'websiteUrl': 'https://llama.meta.com/', 'modelUrl': 'https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct'... Therefore, a new access to data is necessary. Similarly for messages. |
uroosadys292
left a comment
There was a problem hiding this comment.
yes this is the right code, I have also monkey patched it
|
Thanks❤️ |
Fix login and answer