Skip to main content

OpenAIServerOptions Struct

Declaration

struct simaai::neat::genai::OpenAIServerOptions { ... }

Included Headers

#include <OpenAIServer.h>

Public Member Attributes Index

std::stringhost = "0.0.0.0"
std::uint16_tport = 9998

Definition at line 19 of file OpenAIServer.h.

Public Member Attributes

host

std::string simaai::neat::genai::OpenAIServerOptions::host = "0.0.0.0"

Definition at line 20 of file OpenAIServer.h.

20 std::string host = "0.0.0.0";

port

std::uint16_t simaai::neat::genai::OpenAIServerOptions::port = 9998

Definition at line 21 of file OpenAIServer.h.

21 std::uint16_t port = 9998;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.