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

include color palette view tool #98

Merged
merged 2 commits into from
Oct 18, 2023
Merged

include color palette view tool #98

merged 2 commits into from
Oct 18, 2023

Conversation

rgbkrk
Copy link
Owner

@rgbkrk rgbkrk commented Oct 16, 2023

For today's release, I made a little color picker. I like interacting with it and the model enough that I'd like to include it as a builtin.

from chatlab import Chat, models, system
from chatlab.builtins.colors import show_colors

chat = Chat(
    system("Format responses in markdown,. You are a skilled designer."),
    chat_functions=[show_colors],
    model=models.GPT_4_0613,
)
await chat("Create a palette for a portfolio site with a dark theme.")
image

Related tweet on palette generation and display with the GPT-4 model

@rgbkrk rgbkrk merged commit f0285d2 into main Oct 18, 2023
5 checks passed
@rgbkrk rgbkrk deleted the colors branch October 18, 2023 06:50
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

Successfully merging this pull request may close these issues.

1 participant