网页_访问_对象 (“http://localhost:11434/api/generate”, 1, “{” + #引号 + “model” + #引号 + “:” + #引号 + “llama2” + #引号 + “,” + #引号 + “prompt” + #引号 + “:” + #引号 + “为什么天空是蓝色的?” + #引号 + “}”, , , “Content-Type:application/json”) 网页_访问_对象 (“http://localhost:11434/api/chat”, 1, “{” + #引号 + “model” + #引号 + “:” + #引号 + “mistral” + #引号 + “,” + #引号 + “messages” + #引号 + “:[{” + #引号 + “role” + #引号 + “:” + #引号 + “user” + #引号 + “,” + #引号 + “content” + #引号 + “:” + #引号 + “为什么天空是蓝色的?” + #引号 + “}]}”, , , “Content-Type:application/json”)
|