Răsfoiți Sursa

examples: rename browser tool to gpt-oss-browser-tools (#251)

Parth Sareen 12 ore în urmă
părinte
comite
5f33c960f2

+ 0 - 0
examples/browser-tools/browser-tool-helpers.ts → examples/websearch/gpt-oss-browser-tools-helpers.ts


+ 1 - 1
examples/browser-tools/browser-tools.ts → examples/websearch/gpt-oss-browser-tools.ts

@@ -1,6 +1,6 @@
 import ollama, { Ollama } from 'ollama'
 import type { Message } from 'ollama'
-import { Browser } from './browser-tool-helpers'
+import { Browser } from './gpt-oss-browser-tools-helpers'
 
 async function main() {
   if (!process.env.OLLAMA_API_KEY) {