Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the Default Prompt to use #268

Open
vigneshmj1997 opened this issue Nov 13, 2024 · 0 comments
Open

What's the Default Prompt to use #268

vigneshmj1997 opened this issue Nov 13, 2024 · 0 comments

Comments

@vigneshmj1997
Copy link

rag = LightRAG(
    working_dir=WORKING_DIR,
    llm_model_func=azure_openai_complete(
        azure_endpoint="XXXX",
        azure_deployment="gpt-4o",
        openai_api_version="XXXX",
        openai_api_key="XXXX",
        temperature=0.1,
        base_url="XXXX",
        api_key="XXXX",
    ),
)

When i Run this code :
TypeError: azure_openai_complete() missing 1 required positional argument: 'prompt'

Is there a default prompt to use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant