Skip to main content

No project description provided

Project description

PAI-LLM

Conversation

1. Conversation

  • History Conversation
    • save
    • query
    • rename
    • delete
    • search

2. Chat

  • Single-round Chat
  • Multi-round Chat

Chat

OpenAI Chat format

  • 简单文本(字符串)
{
  "role": "user",
  "content": "Hello"
}
  • 多模态内容(数组)
{
  "role": "user",
  "content": [
    {
      "type": "text",
      "text": "这张图片是什么?"
    },
    {
      "type": "image_url",
      "image_url": {
        "url": "https://example.com/image.jpg"
      }
    }
  ]
}
  • 特殊字段

assistant角色

{
  "role": "assistant",
  "content": "我需要查询天气预报",
  "tool_calls": [
    {
      "id": "call_id",
      "type": "function",
      "function": {
        "name": "get_weather",
        "arguments": "{\"location\":\"北京\",\"unit\":\"celsius\"}"
      }
    }
  ]
}

tool角色

{
  "role": "tool",
  "tool_call_id": "call_id",
  "content": "{\"location\":\"北京\",\"unit\":\"celsius\",\"temperature\":25}"
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pai_llm-0.1.6.tar.gz (13.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pai_llm-0.1.6-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file pai_llm-0.1.6.tar.gz.

File metadata

  • Download URL: pai_llm-0.1.6.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for pai_llm-0.1.6.tar.gz
Algorithm Hash digest
SHA256 c4bf594b299bd07a18249bfc86088ddf4329884756927fa5af98cc5715342fcf
MD5 491a05800b437ede27a80ac18ef3a54a
BLAKE2b-256 2978a94e852726cf560dd54069068a7d131a00ac50e15242c5ddfc0768b179f8

See more details on using hashes here.

File details

Details for the file pai_llm-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: pai_llm-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.6

File hashes

Hashes for pai_llm-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 81fd95562658e30a01025ef1309d6be0416e42620155c385a2dbaf8b0ffde34b
MD5 21a9faafe240740ee07fe5b8542b3fe1
BLAKE2b-256 b3d26926727ca41ac77f3bd910a49883eeb3c4fc797b37a3f99d5d2b1db17986

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page