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

Document tips & tricks for how to work with the AI #323

Open
jlewi opened this issue Oct 25, 2024 · 0 comments
Open

Document tips & tricks for how to work with the AI #323

jlewi opened this issue Oct 25, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@jlewi
Copy link
Owner

jlewi commented Oct 25, 2024

We should create a documentation page about best practices for working with the model.

Tip 1: Remind the model about the question/problem being asked

  • For long notebooks, its easy for earlier parts of the document to not be included in the model prompt
  • This often happens if you have very verbose output (e.g. you dump logs, or a really large JSON file)
  • One outcome of this is if your are in the midst of troubleshooting some problem or trying to answer some question, the question might not be included in the input
  • In this case you can remind the LLM about the question
  • e.g. add a markdown cell and do something like "Based on the output above, does the GCP service account have permission..."
@jlewi jlewi added documentation Improvements or additions to documentation good first issue Good for newcomers labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant