PHP code example of focusbp / openai-response-php
1. Go to this page and download the library: Download focusbp/openai-response-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
focusbp / openai-response-php example snippets
$apikey = 'sk-...';
class Weather implements \focusbp\OpenAIResponsePhp\FunctionTool {
public function name(): string {
return "weather";
}
public function description(): string {
return "Returns a weather forecast.";
}
public function parameters(): array {
return [
'type' => 'object',
'properties' => [
'city' => [
'type' => 'string',
'description' => 'Name of the city to get the weather for (e.g. "Tokyo", "Osaka")',
],
],
'bash
composer text
vector_store/
events.txt
faq.txt
company_info.txt