Wan Shi
Wan Shi
根据代码逻辑,根据提示词大模型的答案只是生成code,与function call无关,function call run_code这部分一直不会执行,正确的逻辑应该是提取大模型生成的code,作为参数传入run_code? /bin/python3 /home/pingchuan/codeinterpreter-codebox/examples/client/codeinterpreter_session.py Internal Server Error 500 Message(content='As an AI language model, I don\'t have access to the uploaded file in the directory. However, you can use...
May I ask for your advice,how can i modify code to use my personal fintune LLM and ocr tool?
  如图所示,请问官方给例子是通过上传图片,通过提示词获取的坐标,再利用坐标进行的实际标注吗,我实际测下来效果并不好,有其他方法吗,类似于这种任务的