메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

다음과 같이 호출합니다.
        opts = {
            provider = "openai",
            openai = {
                endpoint = "https://aihubmix.com/v1",
                model = "claude-3-5-sonnet-20240620",
                temperature = 0,
                max_tokens = 4096,
            }
        },