Skip to content

Commit

Permalink
Merge pull request #69 from seanchann/main
Browse files Browse the repository at this point in the history
delete final with OpenAI that may be extend OpenAI by self
  • Loading branch information
D7EAD authored Jul 3, 2024
2 parents ececfe2 + b652c9a commit c80174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liboai/include/liboai.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "components/moderations.h"

namespace liboai {
class OpenAI final {
class OpenAI {
public:
OpenAI() = default;
OpenAI(OpenAI const&) = delete;
Expand Down

0 comments on commit c80174a

Please sign in to comment.