Skip to content

fix: free playground models should have right "type" and "code_sample_azure" #65

@dem108

Description

@dem108

if not model_details["type"] == "Free Playground":

means that it will return free playground code example whenever model supports free playground.

For example, if an openai model supports free playground, "type" will be always "Free Playground", and "code_sample_azure" will be empty.

It should let user know that the model supports both free playground and deployment experience, instead of showing free playground only.
"type" should represent different types of deployment options, and free playground flag shouldn't use the same "type".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions