mirror of
https://github.com/Shchoholiev/shopping-assistant-api.git
synced 2025-04-09 08:28:46 +00:00
SA-29 added OpenAiService
This commit is contained in:
parent
5978036164
commit
9b0410fb1f
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ShoppingAssistantApi.Infrastructure.Services;
|
||||
|
||||
public class OpenAiService
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user