sKunZel

Results 4 issues of sKunZel

Hello, Just got an "Error contacting the Llama API" It's a "500 Server Error: Internal Server Error for url: https://api.llama-api.com/chat/completions" Thanks in advance. Kevin [llama70B.txt](https://github.com/meta-llama/llama3/files/15141936/llama70B.txt)

invalid

Hi 'im encountering an issue while trying to build ATL. The goal being building LLVM. Thanks in advance. Kévin "PS C:\Users\Kevin\..\vcpkg> Remove-Item -Path "C:\Users\Kevin\..\vcpkg\buildtrees" -Recurse -Force PS C:\Users\Kevin\..\vcpkg> .\vcpkg install...

_`# Fonction pour envoyer les paroles de chansons à l'API pour la génération_ def **send_lyrics_to_api**(song): url = 'https://api.sunoaiapi.com/api/v1/gateway/generate/music' headers = {'Content-Type': 'application/json', 'api-key': API_KEY} payload = { "title": song[0], "tags":...

While i'm using it locally, since i figured it out that no Endpoint URL was needed, i still don't get any success with generating songs. I'm confronted with Error 500....