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

Add GRID to GPT actions gallery #1638

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into add-guide-to-setup-…
…grid-gpt-action
  • Loading branch information
birkirpalmason committed Jan 28, 2025
commit f51df123a97ddaa87f2fc8d77d750cdb8a367bd4
46 changes: 45 additions & 1 deletion registry.yaml
Original file line number Diff line number Diff line change
@@ -1762,6 +1762,50 @@
- chatgpt
- chatgpt-middleware

- title: Reasoning over Code Quality and Security in GitHub Pull Requests
path: examples/third_party/Code_quality_and_security_scan_with_GitHub_Actions.md
date: 2024-12-24
authors:
- alwell-kevin
tags:
- SDLC
- reasoning
- completions

- title: How to evaluate LLMs for SQL generation
path: examples/evaluation/How_to_evaluate_LLMs_for_SQL_generation.ipynb
date: 2024-01-23
authors:
- colin-openai
tags:
- guardrails

- title: How to use the Usage API and Cost API to monitor your OpenAI usage
path: examples/completions_usage_api.ipynb
date: 2025-01-14
authors:
- MW-OAI
tags:
- usage-api
- cost-api

- title: How to use the Usage API and Cost API to monitor your OpenAI usage
path: examples/completions_usage_api.ipynb
date: 2025-01-14
authors:
- MW-OAI
tags:
- usage-api
- cost-api

- title: Build Your Own Code Interpreter - Empowering LLM Agents with Dynamic Tool Calling
path: examples/object_oriented_agentic_approach/Secure_code_interpreter_tool_for_LLM_agents.ipynb
date: 2025-01-26
authors:
- msingh-openai
tags:
- completions

- title: GPT Actions library - GRID
path: examples/chatgpt/gpt_actions_library/gpt_action_grid.md
date: 2025-01-21
@@ -1770,4 +1814,4 @@
tags:
- gpt-actions-library
- chatgpt-productivity
- spreadsheets
- spreadsheets
You are viewing a condensed version of this merge commit. You can view the full changes here.