Commit 907b4f57 authored by IT20013950 Lakshani N.V.M.'s avatar IT20013950 Lakshani N.V.M.

Merge branch 'IT20100698-Thilini' into 'master'

RF Completion

See merge request !12
parents 976dba2a fd1f027f
......@@ -6,6 +6,7 @@ const lambdaClient = new LambdaClient({
credentials: {
accessKeyId: AWS_ACCESS_KEY,
secretAccessKey: AWS_SECRET_KEY,
},
});
......
......@@ -13,3 +13,4 @@ export const STATUS_CODE_MAP = {
400: "Bad Request",
500: "Server Error",
};
......@@ -30,3 +30,4 @@ const Stats = ({ model }) => {
};
export default Stats;
......@@ -27,6 +27,7 @@ export const getSentiment = async (model_name, prompt) => {
}
};
export const startTestCase = async ({
model_name,
prompt,
......
......@@ -33,3 +33,4 @@ export default {
},
},
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment