Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ dmypy.json
*.DS_Store
tmp_*
examples/fine-tuned_qa/local_cache/*
examples/multimodal/.local_cache/*

# PyCharm files
.idea/
Expand Down
5 changes: 5 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# You can optionally customize how your information shows up cookbook.openai.com over here.
# If your information is not present here, it will be pulled from your GitHub profile.

robert-tinn:
name: "Robert Tinn"
website: "https://www.linkedin.com/in/robert-tinn/"
avatar: "https://avatars.githubusercontent.com/u/208724428?v=4"

minh-hoque:
name: "Minhajul Hoque"
website: "https://www.linkedin.com/in/minhajul-hoque-83242b163/"
Expand Down
Loading